home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / color.648 < prev    next >
Text File  |  1992-02-06  |  2KB  |  29 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fswiss Helvetica;}
  2. \paperw13660
  3. \paperh12580
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 NeXTdimension programming environment\
  8. \
  9. Q:  
  10. \fc0 What is the programming environment for NeXTdimension?? Can a user program the i860 directly or does he/she have to use Display PostScript/NextStep?\
  11. \
  12. Q:  Can I program the NeXTdimension board directly?\
  13. \
  14. \
  15. A:  No, it is not possible to write code (in C or Assembly language) that will run on the i860 processor on NeXTdimension.\
  16. \
  17. The purpose of the Processors on the NeXTdimension is to manage the 32 bit deep MegaPixel display. This consists of assisting in the rendering and manipulation of tremendous amounts of data on the screen, managing the backing store, VM, and Video data,  and all the rest. In order to do this in an efficient and timely manner, we felt that providing a lower level API (like programming the board directly in Assembler) would sacrifice these goals.\
  18. \
  19. In providing an Assembly/C language interface, we would have to also do some sort of timesharing, in order to insure that the the display system would have control of the NeXTdimension when it needed it.  This is not a simple task.\
  20. \
  21. In addition to this,  providing the Assembly/C language interface  leaves third party developers vulnerable to future changes in the display system. By using the Appkit and Display PostScript, applications will be cushioned from future changes. Rather than having large numbers of graphics customers with gross incompatibilities whenever we revise our display architecture, instead we have customers whose applications run across our entire line, albeit faster on some machines than others.\
  22. \
  23. What you do get in the NeXTdimension system is very fast image manipulations.  When you use NXImage,  or do image operations in PostScript, these operations are speeded up, without any changes in your code.  In addition, the processors on NeXTdimension makes it possible to manipulate 32-bit color images and video with excellent performance, not available on any other platform.\
  24. \
  25. \
  26. QA648\
  27. \
  28.  
  29.